home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Shareware in MacFormat / brailler0.5b / brlr ƒ / Shell ƒ / other MSG window.h < prev    next >
Encoding:
Text File  |  1994-12-20  |  618 b   |  11 lines  |  [TEXT/MMCC]

  1. void SetupTheOtherMSGWindow(WindowPtr theWindow);
  2. void OpenTheOtherMSGWindow(WindowPtr theWindow);
  3. void KeyPressedInOtherMSGWindow(WindowPtr theWindow, unsigned char theChar);
  4. void MouseClickedInOtherMSGWindow(WindowPtr theWindow, Point thePoint);
  5. void DisposeTheOtherMSGWindow(WindowPtr theWindow);
  6. void ActivateTheOtherMSGWindow(WindowPtr theWindow);
  7. void DeactivateTheOtherMSGWindow(WindowPtr theWindow);
  8. void CopybitsTheOtherMSGWindow(WindowPtr theWindow, WindowPtr offscreenWindowPtr);
  9. void ResizeControlsInOtherMSGWindow(WindowPtr theWindow);
  10. void GetGrowSizeOtherMSGWindow(WindowPtr theWindow, Rect *sizeRect);
  11.